<context-param> <param-name>org.jboss.portletbridge.markupHead.enabled</param-name> <param-value>false</param-value> </context-param>
By default Portlet Bridge will add any JSF Resources for your portlet into the <head> section of the portal page the portlet is on, if the portlet container supports marking up the head of a page.
If you don't want any resources from your portlet being added to the <head> section of the portal page, simply add the following context param into web.xml of the portlet:
<context-param> <param-name>org.jboss.portletbridge.markupHead.enabled</param-name> <param-value>false</param-value> </context-param>